home *** CD-ROM | disk | FTP | other *** search
/ MacTech 1 to 12 / MacTech-vol-1-12.toast / Source / MacTech® Magazine / Volume 03 - 1987 / 03.04 Apr 87 / help demo.c / help.rsrc / help.rsrc.rsrc / HELP_1_intro < prev    next >
Encoding:
Text File  |  1987-03-11  |  641 b   |  16 lines

  1.    This demo program is used to demonstrate the multi-topic on-line help function. As many as 100 distinct help topics can exist. (This is adjustable by changing the value in:
  2.    “#define MAX_HELP 100”
  3. in help.c)
  4.    Use ResEdit to create the HELP resources (they’re just simple ASCII text), or write your own program to create them.
  5.    Feel free to use this code in your applications. I’d appreciate comments.
  6.  
  7.    William Rausch
  8.    Battelle, Pacific Northwest Labs
  9.    Math/1406
  10.    Battelle Blvd.
  11.    Richland, WA  99352
  12.    509-375-2249
  13.  
  14.    This program was written with LightSpeed C, a development system created by Think Technologies, Inc.
  15.  
  16.